home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / elseware.arc / EWREM.BAT < prev    next >
DOS Batch File  |  1989-09-23  |  784b  |  21 lines

  1. ECHO OFF
  2. REM EWREM.BAT Load EW remote access module
  3. EWTITLE
  4. REM ---------------------------------------------------------------------
  5. REM EWR IRQ PORT BAUD PARITY DATABITS STOPBITS POLLFOCUS 
  6. REM ---------------------------------------------------------------------
  7. REM EWR       = Remote program - main module
  8. REM IRQ       = Decimal value of software interrupt to use
  9. REM PORT      = Communications port to use (1 or 2)
  10. REM BAUD      = Baud rate (300-9600)
  11. REM PARITY    = Parity value (E)ven (O)dd (N)one
  12. REM DATABITS  = Data bits value (7 or 8)
  13. REM STOPBITS  = Stop bits value (1 or 2)
  14. REM POLLFOCUS = How often to POLL for video update (1/10 sec increments)
  15. REM ---------------------------------------------------------------------
  16. EWR 96 1 2400 N 8 1 18
  17.  
  18.  
  19.  
  20.  
  21.